PageRenderTime 14ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/pyjs/tests/test046.js

http://pyjamas.googlecode.com/
JavaScript | 5 lines | 3 code | 2 blank | 0 comment | 0 complexity | a48035f063074ac9939b6b0de7c20873 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. function test() {
  2. var bar = pyjslib_slice(foo, 1, 5);
  3. }