This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
Reported by @busykai, so I updated PR #6697 and it passes Travis, but is showing a TypeError:
Running "jasmine:src" (jasmine) task
Testing jasmine specs via phantom
>> TypeError: 'undefined' is not a function (evaluating 'e.bind(null,Math[a],l[a])') at
>> src/thirdparty/less-1.7.0.min.js:13 g
>> src/thirdparty/less-1.7.0.min.js:14
>> src/thirdparty/less-1.7.0.min.js:14
>> src/thirdparty/less-1.7.0.min.js:16
Attempting to register a command with a missing name, id, or command function:null test-command-id2
Attempting to register a command with a missing name, id, or command function:test command null
Attempting to register a command with a missing name, id, or command function:test command test-command-id2
..........
10 specs in 0.006s.
>> 0 failures
Done, without errors.
The command "npm test" exited with 0.
Done. Your build exited with 0.