View Single Post
09-25-16, 12:38 PM   #20
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Something I just spotted, your backslashes aren't escaped.
Code:
prettyPrint("Components\Test.js:17", "You pressed ok")
Should be:
Code:
prettyPrint("Components\\Test.js:17", "You pressed ok")
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote