Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
momoko8443 committed Aug 12, 2017
1 parent adcd7e6 commit 80fcb23
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
27 changes: 0 additions & 27 deletions src/util/ArgumentUtil.ts

This file was deleted.

9 changes: 0 additions & 9 deletions src/util/UkuleleUtil.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Selector } from "../extend/Selector";
import { ArgumentUtil } from "./ArgumentUtil";
import { ComponentConfiguration } from "../model/ComponentConfiguration";
import { IUkulele } from "../core/IUkulele";
import { ControllerModel } from "../model/ControllerModel";
Expand All @@ -12,14 +11,6 @@ class ValueAndParent {
}
}
export class UkuleleUtil {
/* static getFinalAttribute(expression:string):string {
let temp:Array<string> = expression.split(".");
let isParent:string = temp.shift();
if (isParent === "parent") {
return UkuleleUtil.getFinalAttribute(temp.join("."));
}
return temp.join(".");
} */

static searchHtmlTag(htmlString: string, tagName: string): number {
let reTemp: string = "^<" + tagName + "[\\s\\S]*>" + "[\\s\\S]*</" + tagName + ">$";
Expand Down
Empty file added stats.json
Empty file.

0 comments on commit 80fcb23

Please sign in to comment.