-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated build script to generate sequential build numbers. Tiny AMD t…
…weak.
- Loading branch information
Tim
committed
Jul 5, 2014
1 parent
ae7d613
commit 04e6d12
Showing
7 changed files
with
101 additions
and
31 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title></title> | ||
<script type="text/javascript" src="lib/log4javascript.js"></script> | ||
<script> | ||
var appender = new log4javascript.PopUpAppender(); | ||
log4javascript.getRootLogger().addAppender(appender); | ||
document.onmouseup = function() { | ||
var sel = rangy.getSelection(); | ||
var applier = rangy.createClassApplier("test"); | ||
console.log(sel.inspect()); | ||
applier.toggleSelection(); | ||
console.log(sel.inspect()); | ||
applier.toggleSelection(); | ||
console.log(sel.inspect()); | ||
} | ||
</script> | ||
<!-- | ||
<script type="text/javascript" src="../rangy-1.3alpha.804/rangy-core.js"></script> | ||
<script type="text/javascript" src="../rangy-1.3alpha.804/rangy-cssclassapplier.js"></script> | ||
--> | ||
<script type="text/javascript" src="src/js/core/core.js"></script> | ||
<script type="text/javascript" src="src/js/core/dom.js"></script> | ||
<script type="text/javascript" src="src/js/core/domrange.js"></script> | ||
<script type="text/javascript" src="src/js/core/wrappedrange.js"></script> | ||
<script type="text/javascript" src="src/js/core/wrappedselection.js"></script> | ||
<script type="text/javascript" src="src/js/modules/rangy-cssclassapplier.js"></script> | ||
</head> | ||
<body> | ||
|
||
<div contenteditable="true"> | ||
this is text<br/>and more stuff<br/> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title></title> | ||
<script type="text/javascript" src="lib/log4javascript.js"></script> | ||
<script> | ||
var appender = new log4javascript.PopUpAppender(); | ||
log4javascript.getRootLogger().addAppender(appender); | ||
</script> | ||
<script type="text/javascript" src="src/js/core/core.js"></script> | ||
<script type="text/javascript" src="src/js/core/dom.js"></script> | ||
<script type="text/javascript" src="src/js/core/domrange.js"></script> | ||
<script type="text/javascript" src="src/js/core/wrappedrange.js"></script> | ||
<script type="text/javascript" src="src/js/core/wrappedselection.js"></script> | ||
<script type="text/javascript" src="src/js/modules/rangy-cssclassapplier.js"></script> | ||
<script type="text/javascript" src="src/js/modules/rangy-textrange.js"></script> | ||
</head> | ||
<body> | ||
|
||
<table> | ||
<tr> | ||
<td> | ||
<p contenteditable="true" onclick="rangy.getSelection().expand('word')">Select the end of this</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<p contenteditable="true"> | ||
ŠŠŠŠŠŠ | ||
</p> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters