emmetio / sublime-tern

TernJS plugin for Sublime Text
222 stars 13 forks source link

Load titanium lib #33

Closed botmaster closed 10 years ago

botmaster commented 11 years ago

Hello, I found an issue with libs. I dont manage to add "titanium'" to the libs list (https://github.com/x-cray/titanium-ternjs).

Ex: "libs": [ "titanium", "ecma5" ]

The workarround is to add ".json" "libs": [ "titanium.json", "ecma5" ]

sergeche commented 11 years ago

It’s not an issue: there’s no titanium lib in default bundle so you can’t add it like that. You have to write full path to JSON file.

botmaster commented 11 years ago

Ok, thanks.