Added 'try it' usage instructions
parent
32c010fd07
commit
ff477e75cc
|
@ -65,6 +65,12 @@
|
||||||
.attr( 'id', 'trybox' )
|
.attr( 'id', 'trybox' )
|
||||||
.hide()
|
.hide()
|
||||||
.append( $( '<h2>' ).text( 'Try ease.js' ) )
|
.append( $( '<h2>' ).text( 'Try ease.js' ) )
|
||||||
|
.append( $( '<p>' ).html(
|
||||||
|
"Enter or modify a test script below. The common " +
|
||||||
|
"ease.js modules, such as <tt>Class</tt>, have " +
|
||||||
|
"already imported for you. When you are ready, click " +
|
||||||
|
"<strong>Run</strong> to run the script."
|
||||||
|
) )
|
||||||
.append( $txt = $( '<textarea>' ).text (
|
.append( $txt = $( '<textarea>' ).text (
|
||||||
"console.log( Class( 'Foo', {} ) );"
|
"console.log( Class( 'Foo', {} ) );"
|
||||||
) )
|
) )
|
||||||
|
|
Loading…
Reference in New Issue