##// END OF EJS Templates
Fixed minor typo
Kyle Kelley -
Show More
@@ -410,7 +410,7 b' class Javascript(DisplayObject):'
410 410 string.
411 411 css: : list or str
412 412 A sequence of css files to load before running the source code.
413 The full URLs of the css files should be give. A single css URL
413 The full URLs of the css files should be given. A single css URL
414 414 can also be given as a string.
415 415 """
416 416 if isinstance(lib, basestring):
General Comments 0
You need to be logged in to leave comments. Login now